runtime.g.labels (field)
15 uses
runtime (current package)
mprof.go#L1343: labels[offset] = gp1.labels
mprof.go#L1400: labels[0] = ourg.labels
mprof.go#L1569: goroutineProfile.labels[offset] = gp1.labels
mprof.go#L1616: lbl[0] = gp.labels
mprof.go#L1637: lbl[0] = gp1.labels
proc.go#L4523: gp.labels = nil
proc.go#L5364: newg.labels = mp.curg.labels
proc.go#L5417: if newg.labels != nil {
proc.go#L5847: tagPtr = &gp.m.curg.labels
proflabel.go#L42: getg().labels = labels
proflabel.go#L55: return getg().labels
runtime2.go#L565: labels unsafe.Pointer // profiler labels
traceback.go#L1274: if gp.labels != nil && debug.tracebacklabels.Load() == 1 {
traceback.go#L1275: labels := (*label.Set)(gp.labels).List
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |